







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | Remove(KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>) |
Removes a set of values from a given key. If all values associated with a key are
removed, then the key is removed also.
(Overrides CollectionBase<(Of <KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>>)>..::Remove(T).) |
![]() | Remove(TKey) |
Removes a key from the dictionary. This method must be overridden in the derived class.
|
![]() | Remove(TKey, TValue) |
Removes a key-value pair from the dictionary. This method must be overridden in the derived class.
|